home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / graphic / fghedge.zip / COMMON.H < prev    next >
Text File  |  1993-10-11  |  223b  |  9 lines

  1. void abort_game(void);
  2. void center_string(char *,int,int);
  3. int  file_exists(char *);
  4. void flushkey(void);
  5. void init_graphics(void);
  6. void init_mouse(void);
  7. void put_string(char *,int,int);
  8. void quit_graphics(void);
  9.